projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c6b65
)
(vc-backend-diff): Undo "-q" change. This was fixed instead by adding
author
Paul Eggert
<eggert@twinsun.com>
Sun, 4 Jul 1993 18:54:59 +0000
(18:54 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Sun, 4 Jul 1993 18:54:59 +0000
(18:54 +0000)
-q support to vcdiff.
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 3a098a1eba116b890bdef5be8b0dda9ad4091e41..b619a7b6abebef1aef079d2c69eb8b67edd8f13a 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-1517,7
+1517,7
@@
Return nil if there is no such person."
(or (vc-backend-dispatch file "vcdiff" "rcsdiff")
(vc-registration-error file))
file
- (vc-backend-dispatch file nil "-q")
+ "-q"
(and oldvers (concat "-r" oldvers))
(and newvers (concat "-r" newvers))
(if (listp diff-switches)